type github.com/klauspost/compress/flate.decompressor
22 uses
github.com/klauspost/compress/flate (current package)
inflate.go#L302: type decompressor struct {
inflate.go#L337: func (f *decompressor) nextBlock() {
inflate.go#L382: func (f *decompressor) Read(b []byte) (int, error) {
inflate.go#L405: func (f *decompressor) WriteTo(w io.Writer) (int64, error) {
inflate.go#L437: func (f *decompressor) Close() error {
inflate.go#L449: func (f *decompressor) readHuffman() error {
inflate.go#L585: func (f *decompressor) dataBlock() {
inflate.go#L632: func (f *decompressor) copyData() {
inflate.go#L655: func (f *decompressor) finishBlock() {
inflate.go#L665: func (f *decompressor) doStep() {
inflate.go#L694: func (f *decompressor) moreBits() error {
inflate.go#L706: func (f *decompressor) huffSym(h *huffmanDecoder) (int, error) {
inflate.go#L778: func (f *decompressor) Reset(r io.Reader, dict []byte) error {
inflate.go#L779: *f = decompressor{
inflate.go#L803: var f decompressor
inflate.go#L822: var f decompressor
inflate_gen.go#L17: func (f *decompressor) huffmanBytesBuffer() {
inflate_gen.go#L268: func (f *decompressor) huffmanBytesReader() {
inflate_gen.go#L519: func (f *decompressor) huffmanBufioReader() {
inflate_gen.go#L770: func (f *decompressor) huffmanStringsReader() {
inflate_gen.go#L1021: func (f *decompressor) huffmanGenericReader() {
inflate_gen.go#L1268: func (f *decompressor) huffmanBlockDecoder() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |